Package com.cisco.pt.ipc.events
Class HardwareQueueEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.HardwareQueueEventRegistry
An event for the IPC's HardwareQueueEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<HardwareQueueEventListener>protected Map<String,Set<HardwareQueueEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(HardwareQueueEventListener listener) voidaddListener(HardwareQueueEventListener listener, HardwareQueue objClass) voidaddListenerFiltered(HardwareQueueEventListener listener, List<String> events) voidaddSpecificListenerFiltered(HardwareQueueEventListener listener, HardwareQueue objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(HardwareQueueEventListener listener) voidremoveListener(HardwareQueueEventListener listener, HardwareQueue objClass) voidremoveListenerFiltered(HardwareQueueEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(HardwareQueueEventListener listener, HardwareQueue objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
HardwareQueueEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(HardwareQueueEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(HardwareQueueEventListener listener, HardwareQueue objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(HardwareQueueEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(HardwareQueueEventListener listener, HardwareQueue objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(HardwareQueueEventListener listener, HardwareQueue objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(HardwareQueueEventListener listener, HardwareQueue objClass) throws IOException - Throws:
IOException
-